Module: components/SignOutButton
Functions
default
▸ default(props): Element
Bootstrap button with sign out functionality. The onClick and disabled props are already handled.
Parameters
| Name | Type | Description |
|---|---|---|
props | Omit<ButtonProps, "onClick" | "disabled"> | Props to pass to the button component without onClick (that is handled by this component). |
Returns
Element